object DependancyScannerFm: TDependancyScannerFm Left = 353 Top = 196 BorderIcons = [biSystemMenu, biMinimize] BorderStyle = bsSingle Caption = 'Exe Dependancy Scanner' ClientHeight = 321 ClientWidth = 416 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate OnDestroy = FormDestroy PixelsPerInch = 96 TextHeight = 13 object ApplicationFileSb: TSpeedButton Left = 387 Top = 56 Width = 21 Height = 21 Glyph.Data = { 36010000424D3601000000000000760000002800000018000000100000000100 040000000000C000000000000000000000000000000000000000000000000000 80000080000000808000800000008000800080800000C0C0C000808080000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00666666666666 6666666666660000000000008888888888880FFFFFFFFFF08666666666680FFF FFFFFFF08666666666680FF444444FF08668888886680FFFFFFFFFF086666666 66680FF444444FF08668888886680FFFFFFFFFF08666666666680FF444444FF0 8668888886680FFFFFFFFFF08666666666680FF4444FFFF08668888666680FFF FFFF00008666666688880FFFFFFF07068666666686860FFFFFFF006686666666 8866000000000666888888888666666666666666666666666666} NumGlyphs = 2 OnClick = ApplicationFileSbClick end object BasicSplashLb: TLabel Left = 16 Top = 60 Width = 74 Height = 13 Caption = '&Application File:' end object ApplicationFileEd: TEdit Left = 100 Top = 56 Width = 281 Height = 21 TabOrder = 0 end object EPRichLabel2: TEPRichLabel Left = 8 Top = 8 Width = 401 Height = 39 TabStop = False ParentColor = True RichText = '{\rtf1\ansi\deff0\deftab720{\fonttbl{\f0\fswiss MS Sans Serif;}{' + '\f1\froman\fcharset2 Symbol;}{\f2\fswiss MS Sans Serif;}{\f3\fsw' + 'iss Arial;}}'#13#10'{\colortbl\red0\green0\blue0;}'#13#10'\deflang1033\pard\' + 'plain\f2\fs16 Specify the application file you would like to sca' + 'n, and press the \plain\f2\fs16\b Run\plain\f2\fs16 button to s' + 'tart your application. You should use every feature in your appl' + 'ication in order to be sure that every system file is detected.'#13 + #10'\par }'#13#10#0 WordWrap = True end object RunBt: TButton Left = 334 Top = 128 Width = 75 Height = 25 Caption = '&Run' TabOrder = 2 OnClick = RunBtClick end object ModuleLv: TListView Left = 8 Top = 128 Width = 313 Height = 185 ColumnClick = False Columns = < item Caption = 'Module' Width = 120 end item Caption = 'Description' Width = 189 end item Caption = 'Filename' Width = 12 WidthType = ( -1) end> ReadOnly = False OnChange = ModuleLvChange SortType = stText TabOrder = 3 ViewStyle = vsReport end object EPRichLabel1: TEPRichLabel Left = 8 Top = 92 Width = 401 Height = 27 TabStop = False ParentColor = True RichText = '{\rtf1\ansi\deff0\deftab720{\fonttbl{\f0\fswiss MS Sans Serif;}{' + '\f1\froman\fcharset2 Symbol;}{\f2\fswiss MS Sans Serif;}{\f3\fsw' + 'iss Arial;}}'#13#10'{\colortbl\red0\green0\blue0;}'#13#10'\deflang1033\pard\' + 'plain\f2\fs16 The list below includes all the files required by ' + 'your application. Windows 95 system files are not included. See ' + '\plain\f3\fs16\i Exclude.txt\plain\f2\fs16 file for details.'#13#10'\' + 'par }'#13#10#0 WordWrap = True end object AboutBt: TButton Left = 334 Top = 160 Width = 75 Height = 25 Caption = '&About...' TabOrder = 5 OnClick = AboutBtClick end object ApplicationFileDg: TOpenDialog DefaultExt = 'exe' FileEditStyle = fsEdit FileName = '*.exe' Filter = 'Executable Files (*.exe)|*.exe|All Files (*.*)|*.*' Options = [ofHideReadOnly, ofNoChangeDir, ofPathMustExist, ofFileMustExist, ofShareAware] Title = 'Choose Setup to Run' Left = 384 Top = 220 end object AboutDg: TEPAboutDialog Caption = 'About Exe Dependancy Scanner' Copyright = '� Copyright 1996 Robert Salesas'#13#10'All rights reserved.' CustomButton = '&Web Site...' Description = 'Drop by the Eschalon Development Inc. web site for other neat to' + 'ols!' Serial = 'Web site: www.eschalon.com' OnCustomClick = AboutDgCustomClick Left = 352 Top = 220 end end